- make the trough more visible for HCI
https://bugzilla.gnome.org/show_bug.cgi?id=763805
$error_color: #cc0000;
$success_color: #73d216;
$destructive_color: #ef2929;
-$dark_fill: mix($fg_color, $bg_color, 50%);
+$dark_fill: if($variant == 'light', mix($fg_color, $bg_color, 50%), mix($fg_color, $bg_color, 10%));
$osd_fg_color: #fff;
$osd_bg_color: transparentize(#000,0.2);
scale trough, scale fill {
border: 2px solid gray;
border-radius: 4px;
- background-color: gray;
+ background-color: #1a1a1a;
box-shadow: none; }
scale trough:disabled, scale fill:disabled {
border-color: #494949;